Contains data obtained from an 'icns'
resource.
struct IconFamilyResource {
OSType resourceType; /* Always 'icns'*/
Size resourceSize; /* Total size of this resource*/
IconFamilyElement elements[1];
};
resourceType
A value of type OSType
. This is always 'icns'
.
resourceSize
A value of type Size
. This value specifies the total size of this resource.
elements
An array of values of type IconFamilyElement. These values define the icon family described by this structure.